home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ham Radio 2000 #2
/
Ham Radio 2000 - Volume 2.iso
/
HAMV2
/
SATELLIT
/
WISP1616
/
WKCTDRV
/
UPDATE.BAT
< prev
Wrap
DOS Batch File
|
1994-09-14
|
697b
|
25 lines
@ECHO OFF
CLS
IF (%WINDIR%)==() GOTO OK
GOTO WINERR
:OK
IF (%1)==() GOTO ERROR
ECHO Update Batch File for the Satellite Rotor/Radio Driver for Windows.
ECHO I am going to update the driver to the \WINDOWS... directories on
ECHO drive %1. If this is not correct press CTRL C and start over!
PAUSE
ECHO ON
COPY SATELITE.DLL %1\WINDOWS\SYSTEM
COPY KCTT.DRV %1\WINDOWS\SYSTEM
COPY KCTDRV.INI %1\WINDOWS
@ECHO OFF
ECHO You may now restart Windows.
ECHO Read the file README73.TXT for further information.
GOTO END
:WINERR
ECHO You must run this batch file from OUTSIDE of WINDOWS.
GOTO END
:ERROR
ECHO Usage: UPDATE d: where d: is the drive letter that contains WINDOWS.
:END